home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
demo
/
ed3demo.zip
/
ED.ZIP
/
CONFIG
/
MENU_MN.SR_
/
MENU_MN.SR
Wrap
Text File
|
1994-06-20
|
5KB
|
146 lines
# ED Main Menu Source File. Last Change: 4 May 94
# See also menu_mns.src for the Short Menu.
# See also menu_mnl.src for the Long Menu.
#
# This file is processed using "K_PGM_EXEC mk_menu" to produce an executable
# menu file - menu_mn.ii, where ii are the users initials.
#
# The main menu may be changed in any way you desire. The source and
# executables files both reside in either the ED executables or ED
# Configuration directory, depending on how ED was installed.
#
# Note that the menu bar will occupy as many lines as necessary to display
# all of the SubMenu headings. Also note that when windows are maximized
# there are two additional Submenus which Windows adds. If you want to keep
# you menu to one line, check it also fits when the windows are maximized.
#
# In the WINDOWS version of ED there should be a Submenu named "Window"
# on all main menus. This is where Windows appends it's Window list.
# Windows ED lets you use K_SM_SEPARATOR to add a Separator line to the menu.
#
# The executable menu will reflect the keyboard bindings at the time
# "mk_menu" was last run. If you change the keyboard bindings then mk_menu
# should be run again to update the menu accordingly.
#
# In the WINDOWS version of ED the easiest/best way to update the menus
# is to goto to the Configuration dialog box (K_CONFIG), change the
# "Configuration file" to a different keyboard, press OK, and say No
# to updating the menus. Then repeat this a second time changing back
# to your original keyboard, press OK and then Yes to update the menus.
#
# Menu items which access other menus or prompt for input etc.
# should be followed by ellipses (...) as per the CUA standard.
#
# Menu accelerator keys are identified by an & preceeding the required
# key. To use an & in a menu string use &&.
#
# NOTE:
# Keyboard bindings have a higher precedence than menu accelerator keys.
# So using "set key <Alt-W> K_SV_CONT" in your keyboard configuration
# file will override "Alt-W" used to activate the Window submenu.
# The menu bar can still be activated using K_MENU, the Alt key on its
# own, or with the Mouse.
#
# File menu
"&File" K_M_HEAD
"&New... " K_NEW_FILE
"&Open... " K_EDIT
"&View... " K_VIEW
"" K_SM_SEPARATOR
"&Hunt... " K_HUNT
"&Include " K_INCLUDE
"" K_SM_SEPARATOR
"Print &File..." K_PRT_FILE
"Printer Set&up..." K_PRT_MENU
"" K_SM_SEPARATOR
"Change Director&y..." K_NEW_DRVDIR
"Directory &Tree... " K_DIR_TREE
"&DOS Shell " K_DOS_SHELL
"Run OS Progra&m... " K_RUN_PROG
"" K_SM_SEPARATOR
"E&xit " K_EXIT
# Buffer Menu
"B&uffer" K_M_HEAD
"&Edit... " K_EDIT_BUF
"&Kill... " K_KILL_BUF
# Search Menu
"&Search" K_M_HEAD
"&Global Search/Replace..." K_SRCH_GLOBAL
"Find all &Occurrences... " K_SRCH_ALL
# Tools Menu
"&Tool" K_M_HEAD
"&Calendar " K_CALENDAR
"C&alculator " K_CALCULATOR
"C&harts... " K_CHARTS
"" K_SM_SEPARATOR
"Make Function &Tags..." K_MK_TAGS
"D&ifference Analysis..." K_FILE_DIFF
"" K_SM_SEPARATOR
"&ED Programs... " K_PGM_MENU
"E&xecute ED Program..." K_PGM_EXEC
"&Programs... " K_PRG_MENU
"A&ll Programs... " K_PRG_MENUALL
# Options Menu
"&Options" K_M_HEAD
"&Configuration... " K_CONFIG
"Config More/&Paths... " K_CFG_MORE
"C&olor Setup... " K_SYNTAX_COLOR
"&Fonts..." K_SEL_FONT
"File &Extension Setup..." K_FEXT_CFG
"&Short Menu" K_MENU_LVL
"&Toolbars..." K_TOOLBAR_SEL
"&Language Words && Templates" K_LANG_WORDS
# Window Menu - there must be a "Window" submenu.
"&Window" K_M_HEAD
"&New " K_NEW_WIN
"" K_SM_SEPARATOR
"&Size " K_SIZE_WIN
"&Move " K_MOVE_WIN
"&Zoom " K_ZOOM_WIN
# Help Menu
"&Help" K_M_HEAD
"&Help Index " K_HELP
"&Context Help " K_HELP_CTXT
"&Quick Reference " K_QREF
"&Key Help... " K_KEY_HELP
"" K_SM_SEPARATOR
"&Windows API Help..." K_HELP_SDK
"" K_SM_SEPARATOR
"ED C &Function Help" K_ED_C_HELP
"&ED C Quickref " K_ED_C_QREF
"" K_SM_SEPARATOR
"&Get Information..." K_DSP_STATS
"" K_SM_SEPARATOR
"&About ED... " K_ABOUT
########